Skip to main content

sc.multidisplay

The multidisplay module lets you combine multiple displays into 1 massive display. You can have a 4x4 grid of 64x64 displays, combine them and make 1 massive 256x256 display.

Multidisplay's do not cause any compattability issues with your projects excluding:

  • Taking snapshots

Multidisplays are a bit complicated so reading this guide can help you.


Functions

new

sc.multidisplay.new( displays, columns, rows )

Creates a multidisplay from multiple displays.

Arguments:

  • displays [ Display[] ] The displays to form a multidisplay instance.
  • columns [ integer ] The amount of displays in the horizontal direction
  • rows [ integer ] The amount of displays in the vertical direction.